projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30c8a0
)
(IT_set_menu_bar_lines): Clear last_modified field.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Nov 1995 03:02:09 +0000
(
03:02
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Nov 1995 03:02:09 +0000
(
03:02
+0000)
src/msdos.c
patch
|
blob
|
history
diff --git
a/src/msdos.c
b/src/msdos.c
index 8a52e4968ebca1c431660741472a7956752fc19c..e3426b05b381192db0b277e07e781da87c80dc62 100644
(file)
--- a/
src/msdos.c
+++ b/
src/msdos.c
@@
-509,6
+509,7
@@
IT_set_menu_bar_lines (window, n)
{
struct window *w = XWINDOW (window);
+ XSETFASTINT (w->last_modified, 0);
XSETFASTINT (w->top, XFASTINT (w->top) + n);
XSETFASTINT (w->height, XFASTINT (w->height) - n);